@charset "utf-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {display: block;}
audio,
canvas,
video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
html {font: 14px/1.8 "微软雅黑",Arial,sans-serif;color: #666;-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
* {margin: 0;padding: 0;}
a {text-decoration: none;background: transparent; /*修正win8系统IE连接灰色背景*/outline:none;blr:expression(this.onFocus=this.blur());}
a:focus {outline: 0;}
a:active,
a:hover {outline: 0;}
img {border: 0;-ms-interpolation-mode:bicubic}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
button,input,select,textarea {font-family: inherit; font-size: 100%; margin: 0;outline:none;}
button,input {line-height: normal;}
button,select {text-transform: none;}
button,html input[type="button"], 
input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer; }
button[disabled],html input[disabled] {cursor: default;}
input[type="checkbox"],
input[type="radio"] {box-sizing: border-box; padding: 0; }
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner,
input::-moz-focus-inner {border: 0;padding: 0;}
input.submit {border: 0;margin: 0;cursor: pointer;}
input.radio {width: 13px;height: 13px;float: left;display: inline;}
textarea {overflow: auto; vertical-align: top;}
table {border-collapse: collapse;border-spacing: 0;}
ul,ol { list-style:none;}
li {list-style:none;}
i, em {font-style: normal;}
/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.l { float: left;}.r { float: right;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ; filter: alpha(opacity=0);}
.bg_gray{ background-color:#f6f6f6;}
.clear{ clear:both; height:0px; line-height:0px; font-size:0px;}
.clearfix:after,.line-big:after,.line-middle:after,.line-small:after,.line:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden}
.clearfix,.layout,.line,.line-big,.line-middle,.line-small{display:block}

/*清除浮动*/
.clear {clear: both;}
.f-cb{zoom: 1;}
.f-cb:after {clear: both;content: ".";display: block;height: 0;overflow: hidden;visibility: hidden;}
.fl {float:left;}
.fr {float:right;}
/*字体*/
.ari{font-family: "Arial";}
/*字号*/
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.bold{font-weight: bold;}
.por {position: relative;}
.poa {position: absolute;}
.poa-f {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.ovh {overflow: hidden;}
.noselect {user-select: none;}
.z1 {z-index: 1;}
.z2 {z-index: 2;}
.dn {display: none;}
.w-f {width: 100%;}
.h-f {height: 100%;}
.fwn {font-weight: normal;}
.t-f {transition: all 0.5s ease 0s;}
.t-c {transition: color 0.5s ease 0s;}
.t-bg {transition: background 0.5s ease 0s;}
a{color: #666;transition: all 0.3s ease 0s;}
.bgsize{background-size: cover !important;}
.rolling > .rolling-box {
	-webkit-perspective:1300px;
	-o-perspective:1300px;
	-ms-perspective:1300px;
	perspective:1300px;
	-webkit-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.rolling .is_animated {
	-webkit-transition-duration:1.2s;
	-webkit-transition-property:-webkit-transform,opacity;
	-webkit-transition-delay:.15s;
	-webkit-transition-timing-function:'ease-in-out';
	-moz-transition-duration:1.2s;
	-moz-transition-property:all;
	-moz-transition-delay:.15s;
	-moz-transition-timing-function:'ease-in-out';
	-o-transition-duration:1.2s;
	-o-transition-property:transform,opacity;
	-o-transition-delay:.15s;
	-o-transition-timing-function:'ease-in-out';
	-ms-transition-duration:1.2s;
	-ms-transition-property:transform,opacity;
	-ms-transition-delay:.15s;
	-ms-transition-timing-function:'ease-in-out';
	transition-duration:1.2s;
	transition-property:transform,opacity;
	transition-delay:.15s;
	transition-timing-function:'ease-in-out';
	-webkit-transform:rotatex(-80deg) translateZ(0);
	-ms-transform:rotatex(-80deg) translateZ(0);
	transform:rotatex(-80deg) translateZ(0);
	-webkit-transform-origin:0 0 0;
	-ms-transform-origin:0 0 0;
	transform-origin:0 0 0;
	opacity:0
}
.rolling .is_animated.revealed {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1
}
.rolling  {
    -webkit-perspective:1300px;
    -o-perspective:1300px;
    -ms-perspective:1300px;
    perspective:1300px;
    -webkit-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.rolling .is_animated {
    -webkit-transition-duration:1.2s;
    -webkit-transition-property:-webkit-transform,opacity;
    -webkit-transition-delay:.15s;
    -webkit-transition-timing-function:'ease-in-out';
    -moz-transition-duration:1.2s;
    -moz-transition-property:all;
    -moz-transition-delay:.15s;
    -moz-transition-timing-function:'ease-in-out';
    -o-transition-duration:1.2s;
    -o-transition-property:transform,opacity;
    -o-transition-delay:.15s;
    -o-transition-timing-function:'ease-in-out';
    -ms-transition-duration:1.2s;
    -ms-transition-property:transform,opacity;
    -ms-transition-delay:.15s;
    -ms-transition-timing-function:'ease-in-out';
    transition-duration:1.2s;
    transition-property:transform,opacity;
    transition-delay:.15s;
    transition-timing-function:'ease-in-out';
    -webkit-transform:rotatex(-80deg) translateZ(0);
    -ms-transform:rotatex(-80deg) translateZ(0);
    transform:rotatex(-80deg) translateZ(0);
    -webkit-transform-origin:0 0 0;
    -ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    opacity:0
}
.rolling .is_animated.revealed {
    -webkit-transform:rotatex(0) translateZ(0);
    -ms-transform:rotatex(0) translateZ(0);
    transform:rotatex(0) translateZ(0);
    opacity:1
}
.rolling .tansDelay00{transition-delay: 0s;-webkit-transition-delay: 0s;}
.rolling .tansDelay200{transition-delay: .2s;-webkit-transition-delay: .2s;}
.rolling .tansDelay400{transition-delay:.4s;-webkit-transition-delay: .4s;}
.rolling .tansDelay600{transition-delay: .6s;-webkit-transition-delay: .6s;}
.rolling .tansDelay800{transition-delay: .8s;-webkit-transition-delay: .8s;}
.rolling .tansDelay1000{transition-delay: 1s;-webkit-transition-delay: 1s;}
.rolling .rolling_box .tansDelay00{transition-delay: 0s;-webkit-transition-delay: 0s;}
.rolling .rolling_box .tansDelay200{transition-delay: .2s;-webkit-transition-delay: .2s;}
.rolling .rolling_box .tansDelay400{transition-delay:.4s;-webkit-transition-delay: .4s;}
.rolling .rolling_box .tansDelay600{transition-delay: .6s;-webkit-transition-delay: .6s;}
.rolling .rolling_box .tansDelay800{transition-delay: .8s;-webkit-transition-delay: .8s;}
.rolling .rolling_box .tansDelay1000{transition-delay: 1s;-webkit-transition-delay: 1s;}


.imgHover {overflow:hidden;}
.imgHover img{-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);width:110%!important;max-width: 110%;}
.imgHover:hover img{margin-left: -10px;opacity:.6;}
.imgHover .title{-moz-transform: translateY(50%);-ms-transform: translateY(50%);-webkit-transform: translateY(50%);transform: translateY(50%);-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);opacity:1;}
.imgHover .m_detail{-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-moz-transform: translateY(10%);-ms-transform: translateY(10%);-webkit-transform: translateY(10%);transform: translateY(10%);filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);color: #fff;line-height: 1.5;width: 100%;opacity:0;}
.imgHover:hover .title,.imgHover:hover .m_detail{filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);-moz-transform: translateY(0);-ms-transform: translateY(0);-webkit-transform: translateY(0);transform: translateY(0);opacity:1;}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

div:hover,li:hover,tr:hover,a:hover{ -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;}
.text,textarea,select{ outline:none; font-family:微软雅黑; color:#666; font-size:12px; width:100%;}
.ul_lf li,.ul_js li{ position:relative;}
::-webkit-scrollbar{ width:8px;}
::-webkit-scrollbar-thumb{ background:#ccc;}
::-webkit-scrollbar-track{ background:#fff;}

::-moz-selection {color:#fff; background:#00489d; }
::selection {color:#fff; background:#00489d; }
::-webkit-input-placeholder { color:#aaa; }
.placeholder { color:#aaa;}
/* 网站样式 */
.trs1{-webkit-transition: all 1s ease;transition: all 1s ease;}
.trs3{-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.trs5{-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.trs8{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

/*动效*/
.rotation { -webkit-animation: rotation  0.8s infinite linear; animation: rotation  0.8s infinite linear;}
@-webkit-keyframes rotation { 0% { -webkit-transform: rotateZ(0deg);}
    100% { -webkit-transform: rotateZ(360deg);}}
@keyframes rotation { 0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(360deg);}}
.heartbeat { -webkit-animation: heartbeat  1.2s infinite ease-in; animation: heartbeat  1.2s infinite ease-in;}
@-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(1); opacity: 1;}
    15% { -webkit-transform: scale(1.3); opacity: 0.5;}
    30% { -webkit-transform: scale(1); opacity: 1;}}
@keyframes heartbeat { 0% { transform: scale(1); opacity: 1;}
    15% { transform: scale(1.3); opacity: 0.5;}
    30% { transform: scale(1); opacity: 1;}}
.trigger:hover { -webkit-animation: trigger 0.2s ease; animation: trigger 0.2s ease;}
@-webkit-keyframes trigger { 0% { -webkit-transform: rotateZ(0deg);}
    100% { -webkit-transform: rotateZ(180deg);}}
@keyframes trigger { 0% { transform: rotateZ(0deg);}
    100% { transform: rotateZ(180deg);}}
/*通用按钮*/
.uni_more_btn  {display:inline-block; *display:inline; *zoom:1; width:245px; text-align:left; background-color:#fff; }
.uni_more_btn,.uni_more_btn:hover{ color:#000000;}
.uni_more_btn ._btn_con { display:inline-block; *display:inline; *zoom:1; position:relative; padding-left:75px; height:44px; line-height:44px; }
.uni_more_btn ._btn_con:after { content:''; display:block; position:absolute; top:50%; right:0; margin-right:-35px; margin-top:-6px; width:20px; height:12px; background-image:url(../images/uni_more_btn_arr.png); background-position:0 0; background-repeat:no-repeat; }

/*动画*/
.uni_more_btn ._btn_con:after,.suvery [class|=channel] .form-btn .btn,.transition { transition-duration:0.3s; -webkit-transition-duration:0.3s; }
/*通用按钮*/
.uni_more_btn { color:#000000; background-color:#fff; border:#fff 1px solid; }
.uni_more_btn ._btn_con:after { background-image:url(../images/uni_more_btn_arr.png); }
.uni_more_btn:hover { color:#ffffff; background-color:#BD121A; border:#BD121A 1px solid; }
.uni_more_btn:hover ._btn_con:after { background-image:url(../images/uni_more_btn_arr3.png); }
.uni_more_btn.btn_wd_white { color:#ffffff; background-color:transparent; border:#ffffff 1px solid; }
.uni_more_btn.btn_wd_white ._btn_con:after { background-image:url(../images/uni_more_btn_arr3.png); }
.uni_more_btn.btn_wd_white:hover { color:#000000; background-color:#fff; border:#fff 1px solid; }
.uni_more_btn.btn_wd_white:hover ._btn_con:after { background-image:url(../images/uni_more_btn_arr.png); }
.uni_more_btn.btn_wd_black { color:#000000; background-color:transparent; border:#000000 1px solid; }
.uni_more_btn.btn_wd_black ._btn_con:after { background-image:url(../images/uni_more_btn_arr.png); }
.uni_more_btn.btn_wd_black:hover { color:#000000; background-color:#fff; border:#fff 1px solid; }
.uni_more_btn.btn_wd_black:hover ._btn_con:after { background-image:url(../images/uni_more_btn_arr.png); }

/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
*height: auto;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
.rect-53{padding-bottom: 53%;}
.rect-152{padding-bottom: 152%;}
.rect-35{padding-bottom: 35%}
.rect-84{padding-bottom: 84%}
.rect-32{padding-bottom: 32%;}
.rect-72{padding-bottom: 72%;}
.rect-11980 { padding-bottom:119.8%; }
.rect-60 { padding-bottom:60%; }
.rect-66 { padding-bottom:66%; }
.rect-72 { padding-bottom:72%; }
.rect-81 { padding-bottom:81%; text-align:center}
.rect-112 { padding-bottom:112%; }
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 网站样式 */
.wrap{ width:1240px; margin:0 auto;}
.wrap.m-wrap{padding: 0 4.7%;width: 90.6%;}
.m-wrap{padding: 0 4.7%;width: 90.6%;}
@media screen and (max-width: 1359px) and (min-width:1025px) {/* 移动端的尺寸 */	
.wrap{ padding: 0 5%;width:90%; margin:0 auto;}
}

@media screen and (max-width: 1024px) and (min-width:0px) {/* 移动端的尺寸 */	
.wrap{ padding: 0 2%;width:96%;}
}
/*.header{padding-top: 20px;position: relative;z-index:9999;height: 86px;}
.header.fixed{position: fixed;top: 0;left: 0;background-color: #fff;z-index: 20;}
.header.fixed.short{padding-top: 20px;}
.header.fixed.short .nav ul{}
.header.m-wrap{padding-top: 0;padding-bottom: 0;height: 46px;}
.header.m-wrap.short{padding-top: 0;padding-bottom: 0;}
.header.m-wrap.short.fixed{height: 46px;}
.header.m-wrap .left{margin-top: 12px;padding-bottom: 5px;}
.header .left{width:40%;}
.header .right{width:60%;}
.header.m-wrap .right{display: none;}
.header .logo{display: block;width: 206px;height: 37px;}
.header .nav-ico{display: none;cursor: pointer;margin-right: 2.5%;height: 20px;}
.header.m-wrap .nav-ico{display: block;margin-right: 0;width: 66px;height: 46px;background: url(../images/ico_18.jpg) no-repeat center;background-size: auto 40%;margin-right: -5%;}
.header.m-wrap .nav-ico.hover{background: url(../images/ico_99.png) no-repeat center #035cac;background-size: auto 40%;}
.header .nav-ico img{height: 100%;}
.header .m-navwrap{display: none;}
.header.m-wrap .m-navwrap{width: 100%;position: absolute;top: 46px;left: 0;display: none;background: #fff;}
.header.m-wrap .m-navwrap ul,.header.m-wrap .m-navwrap li{width: 100%;}
.header.m-wrap .m-navwrap .tit{display: block;width: 78%;padding: 0 17% 0 5%;height: 46px;line-height: 46px;font-size: 15px;color: #fff;background: url(../images/ico_100.png) no-repeat 92% center #444;background-size: auto 22%;cursor: pointer;border-right: 1px solid #666;}
.header.m-wrap .m-navwrap .tit a{color: #fff;display: block;}
.header.m-wrap .m-navwrap .tit a:hover{color: #b0b0b0;}
.header.m-wrap .m-navwrap li{border-bottom: 1px solid #aaa;border-right: 1px solid #035cac;}
.header.m-wrap .m-navwrap .sub-box{width: 100%;background-color: #333;display: none;}
.header.m-wrap .m-navwrap .sub-box a{display: block;width: 78%;padding: 0 17.4% 0 4.6%;height: 34px;line-height: 34px;border-top: 1px solid #444;color: #fff;font-size: 13px;}
.header.m-wrap .m-navwrap .sub-box a:hover{background-color: #333;}
.header.m-wrap .logo{height: 24px;width: 70%;max-width: 100%;}
.header.m-wrap .logo img{width: 100%;}
.header .nav{width: 100%;line-height: 44px; text-align:right;}
.header.m-wrap .left .nav{display: none;}
.header .nav li{padding:0 3%;position: relative; float:left;}
.header .nav li:hover,.header .nav li.hover{color: #035cac;}
.header .nav li .subbox{position: absolute;top: 54px;left: 0;width: 200px;display: none;border-top: 3px solid #035cac;}
.header .nav li .subbox .top-line{display: block;width: 100%;height: 10px;background: url(../images/bg_54.png) no-repeat center top;}
.header .nav li .subbox a{display: block;width: 200px; text-align:center;line-height: 50px;border-bottom: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;font-size: 16px;color: #666;background-color: #fff;}
.header .nav li:hover .subbox a,.header .nav li.hover .subbox a{color: #666;}
.header .nav li .subbox a.bot{border-bottom: none;}
.header .nav li .subbox a:hover{color: #035cac;}
.header.short .nav li{}
.header.short .nav li:hover,.header.short .nav li.hover{}
.header.twrap .nav li{padding: 0 18px 12px 0;}
.header .nav li a{color: #333;font-size: 16px;}
.header .nav li:hover a,.header .nav li.hover a{color: #035cac;}
.header .sharebox{margin-top: 10px;width: 100%;font-size: 14px;position: relative;}
.header .search-box-head{border: 1px solid #dbdbdb;border-radius: 14px;width: 238px;}
.header .search-box-head .tex{width: 184px;margin-left: 11px;font-size: 14px;height: 15px;line-height: 14px;padding: 7px 0 6px;border: none;}
.header .search-box-head .sub-btn{width: 36px;height: 28px;background: url(../images/ico_138.png) no-repeat center;margin-right: 4px;border: none;}
.header .site-link-box .sub-box{width: 160px;background-color: #fff;position: absolute;top: 40px;right: -12px;padding: 21px 10px 18px 20px;box-shadow: 0 2px 15px 0 #dbdbdb;border-radius: 5px;display: none;}
.header .site-link-box .sub-box .point{display: inline-block;width: 21px;height: 10px;background: url(..images/ico_137.png) no-repeat center;position: absolute;top: -10px;right: 28px;}
.header .site-link-box .sub-box .line{display: block;width: 1px;height: 100%;position: absolute;left: 19px;background-color: #f2f2f2;top: 0;}
.header .site-link-box{position: relative;}
.header .site-link-box .sub-box a{float: none;transition: all 0.3s ease 0s;padding-left: 9px;border-left: 2px solid #fff;line-height: 20px;display: inline-block;}
.header .site-link-box .sub-box p{line-height: 20px;padding: 5px 0;transition: all 0.3s ease 0s;}
.header .site-link-box .sub-box p:hover a{color: #035cac;border-left: 2px solid #035cac;}
.header .s-nav{width: 100%;line-height: 32px; text-align:right;}
.header .s-nav a{float: right;color: #333;line-height: 36px;font-size: 12px;}
.header .s-nav a.en{font-family: "Arial";font-size: 16px;font-weight: bold;color: #333;}
.header .s-nav a:hover{color: #035cac;}
.header .s-nav .line{display: inline-block;float: right;color: #e5e5e5;width: 32px;text-align: center;}
.header.twrap .s-nav .line{width: 14px;}
*/
/*****foot*******/
.foot_top{overflow:hidden;background: url(foot_bg.jpg) no-repeat center;height:280px;}
.foot_top .f_box{padding-top: 57px;padding-bottom: 80px;}
.foot_top .f_box dl{float: left;width: 15%;}
.foot_top .f_box dl.dl1{width: 35%;}
.foot_top .f_box dl.dl2{width: 20%;}
.foot_top .f_box dl dt a{font-size:18px;color: #fff;line-height: 2;margin-bottom: 17px; font-weight:bold;}
.foot_top .f_box dl dd a{font-size: 14px;color: rgba(255,255,255,.9);line-height: 28px;}
.foot_top .f_box dl dd {font-size: 14px;color: rgba(255,255,255,.9);line-height: 28px;}
.foot_bottom{background:#2a2a2a;padding:27px 0; text-align:center;}
.foot_bottom,.foot_bottom a{color:#909092;}
.foot_bottom a:hover{color:#3caaff;}
.foot_bottom ._beian{margin: 0 15px;}
@media screen and (max-width: 1024px) and (min-width:0px) {/* 移动端的尺寸 */	
.foot_top{ display:none;}
.foot_bottom{background:#2a2a2a;padding:10px 0; text-align:center;}
}
@media screen and (max-width: 425px) and (min-width:0px) {/* 移动端的尺寸 */	
.foot_bottom ._beian{margin: 0 0px;}
}
@media screen and (max-width: 380px) and (min-width:0px) {/* 移动端的尺寸 */	
.foot_bottom .wrap{ font-size:13px;}
}
.page_box{width:100%;}
.page_box .page_l{width:100%;text-align:left;}
.page_box a{display:inline-block;background-color:#eaeaea;padding: 10px 22px;color:#666;vertical-align:middle;}
.page_box a:hover,.page_box a.cur{background-color:#004B91;color:#fff;}
.page_box .now_page{background:none;border:1px solid #e4eef5;box-sizing:border-box;}
.page_box .now_page:hover{background:none;border:1px solid #e4eef5;color:#666;}
@media screen and (max-width: 1024px) and (min-width:0px) {/* 移动端的尺寸 */	
.page_box{padding:20px 0px 0px;}
}
.kf_bottom{ display:none;}
@media screen and (max-width:768px) {
.kf_bottom{ display:block;}
.kf_bottom {width: 100%;height: 50px;background: #004097;margin: 0 auto;position: fixed;bottom: 0;left: 0;z-index: 99;}
.kf_bottom ul {max-width: 100%;height: 50px;margin: 0 auto}
.kf_bottom ul li {width:49.7%;height: 50px; padding-top:8px; display: block;float: left;text-align: center;border-right:1px solid #f0f0f0;}
.kf_bottom ul li img{ margin-right:5px;}
.kf_bottom ul li a {color: #fff;font-size: 15px;text-decoration: none;}
.kf_bottom ul li:nth-child(2) {border-right:0px;}
}
